home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 25
/
Cream of the Crop 25.iso
/
editor
/
wabd101.zip
/
WABD101.ZIP
/
PoolDemo
/
Admin.dfm
/
Admin.txt
Wrap
Text File
|
1997-02-25
|
3KB
|
157 lines
object AdminForm: TAdminForm
Left = 210
Top = 113
Width = 630
Height = 416
Caption = 'Pool Administration'
Font.Color = clBlack
Font.Height = -11
Font.Name = 'Arial'
Font.Style = []
PixelsPerInch = 96
TextHeight = 14
object HTMLHeader1: THTMLHeader
Left = 0
Top = 0
Width = 622
Height = 56
HeaderNum = 2
Align = alTop
Caption = 'Pool Administration'
end
object HTMLFormSection1: THTMLFormSection
Left = 0
Top = 56
Width = 622
Height = 300
Align = alTop
GridX = 16
GridY = 16
object Label1: TLabel
Left = 24
Top = 16
Width = 157
Height = 14
Caption = 'Select an Area of administration:'
end
object StatLab: TLabel
Left = 72
Top = 40
Width = 55
Height = 14
Caption = '(No Status)'
end
object Label3: TLabel
Left = 24
Top = 40
Width = 34
Height = 14
Caption = 'Status:'
end
object Label2: TLabel
Left = 24
Top = 80
Width = 55
Height = 14
Caption = 'Edit Tables:'
end
object Label4: TLabel
Left = 320
Top = 80
Width = 120
Height = 14
Caption = '*Dangerous* Operations:'
end
object UsersBut: TButton
Left = 24
Top = 96
Width = 89
Height = 25
Caption = 'Users'
TabOrder = 0
OnClick = UsersButClick
end
object LogOffBut: TButton
Left = 24
Top = 248
Width = 89
Height = 25
Caption = 'Log Off'
TabOrder = 1
OnClick = LogOffButClick
end
object RecreateTabBut: TButton
Left = 320
Top = 96
Width = 89
Height = 25
Caption = 'Recreate Tables'
TabOrder = 2
OnClick = RecreateTabButClick
end
object TeamsBut: TButton
Left = 24
Top = 128
Width = 89
Height = 25
Caption = 'Teams'
TabOrder = 3
OnClick = TeamsButClick
end
object GamesBut: TButton
Left = 24
Top = 160
Width = 89
Height = 25
Caption = 'Games'
TabOrder = 4
OnClick = GamesButClick
end
object WeeksBut: TButton
Left = 24
Top = 192
Width = 89
Height = 25
Caption = 'Weeks'
TabOrder = 5
OnClick = WeeksButClick
end
object PicksBut: TButton
Left = 144
Top = 96
Width = 89
Height = 25
Caption = 'Picks'
TabOrder = 6
OnClick = PicksButClick
end
object PlayerWeekBut: TButton
Left = 144
Top = 128
Width = 89
Height = 25
Caption = 'Player Week'
TabOrder = 7
OnClick = PlayerWeekButClick
end
object GlobalsBut: TButton
Left = 144
Top = 160
Width = 89
Height = 25
Caption = 'Globals'
TabOrder = 8
OnClick = GlobalsButClick
end
object DeleteTabBut: TButton
Left = 320
Top = 136
Width = 89
Height = 25
Caption = 'Delete Tables'
TabOrder = 9
OnClick = DeleteTabButClick
end
end
end